toJson method

Map<String, dynamic> toJson()

Implementation

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