frbInternalSseEncode method
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);