SalesforceObjectIdentifier.fromJson constructor

SalesforceObjectIdentifier.fromJson(
  1. Map json_
)

Implementation

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