GoogleFirestoreAdminV1PitrSnapshot.fromJson constructor
GoogleFirestoreAdminV1PitrSnapshot.fromJson(
- Map json_
Implementation
GoogleFirestoreAdminV1PitrSnapshot.fromJson(core.Map json_)
: this(
database: json_['database'] as core.String?,
databaseUid: json_['databaseUid'] as core.String?,
snapshotTime: json_['snapshotTime'] as core.String?,
);