DiskResourceStatusAsyncReplicationStatus.fromJson constructor
DiskResourceStatusAsyncReplicationStatus.fromJson(
- Map json_
Implementation
DiskResourceStatusAsyncReplicationStatus.fromJson(core.Map json_)
: this(
state: json_['state'] as core.String?,
);