LiasettingsSetPosDataProviderResponse.fromJson constructor

LiasettingsSetPosDataProviderResponse.fromJson(
  1. Map json_
)

Implementation

LiasettingsSetPosDataProviderResponse.fromJson(core.Map json_)
    : this(
        kind: json_.containsKey('kind') ? json_['kind'] as core.String : null,
      );