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