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