DeleteEmbeddedObjectRequest.fromJson constructor
DeleteEmbeddedObjectRequest.fromJson(
- Map json_
Implementation
DeleteEmbeddedObjectRequest.fromJson(core.Map json_)
: this(objectId: json_['objectId'] as core.int?);