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