DeletionMetadata.fromJson constructor
DeletionMetadata.fromJson(
- Map json_
Implementation
DeletionMetadata.fromJson(core.Map json_)
: this(deletionType: json_['deletionType'] as core.String?);
DeletionMetadata.fromJson(core.Map json_)
: this(deletionType: json_['deletionType'] as core.String?);