sseEncode method

  1. @internal
int sseEncode(
  1. {bool? move}
)

This is only intended to be used by automatically generated code, instead of developers.

Implementation

@internal
int sseEncode({bool? move}) =>
    PlatformPointerUtil.ptrToInt(cstEncode(move: move));