toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final rawValue = this.rawValue;
  final secretVersion = this.secretVersion;
  return {'rawValue': ?rawValue, 'secretVersion': ?secretVersion};
}