toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (algorithm != null) 'algorithm': algorithm!,
      if (keyLength != null) 'keyLength': keyLength!,
      if (keyType != null) 'keyType': keyType!,
      if (kind != null) 'kind': kind!,
    };