toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (backupConfigState != null) 'backupConfigState': backupConfigState!,
      if (requestId != null) 'requestId': requestId!,
      if (value != null) 'value': value!,
    };