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