toJson method

Map<String, dynamic> toJson()

Implementation

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