LookupStreamObjectRequest.fromJson constructor
LookupStreamObjectRequest.fromJson(
- Map json_
Implementation
LookupStreamObjectRequest.fromJson(core.Map json_)
: this(
sourceObjectIdentifier: json_.containsKey('sourceObjectIdentifier')
? SourceObjectIdentifier.fromJson(json_['sourceObjectIdentifier']
as core.Map<core.String, core.dynamic>)
: null,
);