InventoryVerification.fromJson constructor

InventoryVerification.fromJson(
  1. Map json_
)

Implementation

InventoryVerification.fromJson(core.Map json_)
  : this(
      contact: json_['contact'] as core.String?,
      contactEmail: json_['contactEmail'] as core.String?,
      contactState: json_['contactState'] as core.String?,
      state: json_['state'] as core.String?,
    );