drugLicenseArrayFromJson function

DrugLicenseArray drugLicenseArrayFromJson(
  1. String str
)

license_id : "25" name : "License 20B" license_no : "DAD897F89D89F9NBKJ"

Implementation

DrugLicenseArray drugLicenseArrayFromJson(String str) => DrugLicenseArray.fromJson(json.decode(str));