LiasettingsSetInventoryVerificationContactResponse.fromJson constructor

LiasettingsSetInventoryVerificationContactResponse.fromJson(
  1. Map json_
)

Implementation

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