encode method

Map<String, Object?> encode()

Implementation

Map<String, Object?> encode() => {
  if (exact != null) 'exact': exact!.toTfJson(),
};