toJson method
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,
};
}