DeleteObject.fromJson constructor
DeleteObject.fromJson(
- Map json_
Implementation
DeleteObject.fromJson(core.Map json_)
: this(
permanentObjectDeletionEnabled:
json_['permanentObjectDeletionEnabled'] as core.bool?,
);