Snapshot.fromJson constructor

Snapshot.fromJson(
  1. Map json_
)

Implementation

Snapshot.fromJson(core.Map json_)
  : this(
      projectId: json_['projectId'] as core.String?,
      snapshotId: json_['snapshotId'] as core.String?,
    );