toJson method

Map<String, dynamic> toJson()

Implementation

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