LiaPosDataProvider.fromJson constructor
LiaPosDataProvider.fromJson(
- Map json_
Implementation
LiaPosDataProvider.fromJson(core.Map json_)
: this(
posDataProviderId: json_.containsKey('posDataProviderId')
? json_['posDataProviderId'] as core.String
: null,
posExternalAccountId: json_.containsKey('posExternalAccountId')
? json_['posExternalAccountId'] as core.String
: null,
);