toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (commonAlphabet != null) 'commonAlphabet': commonAlphabet!,
      if (context != null) 'context': context!,
      if (cryptoKey != null) 'cryptoKey': cryptoKey!,
      if (customAlphabet != null) 'customAlphabet': customAlphabet!,
      if (radix != null) 'radix': radix!,
      if (surrogateInfoType != null) 'surrogateInfoType': surrogateInfoType!,
    };