InstantSnapshotGroupSourceInfo.fromJson constructor

InstantSnapshotGroupSourceInfo.fromJson(
  1. Map json_
)

Implementation

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