frbInternalSseEncode method

  1. @internal
BigInt frbInternalSseEncode({
  1. bool? move,
})
inherited

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

Implementation

@internal
BigInt frbInternalSseEncode({bool? move}) =>
    BigInt.from(frbInternalCstEncode(move: move)).toUnsigned(64);