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