inquiryTypesFromJson function

InquiryTypes inquiryTypesFromJson(
  1. String str
)

type : "Lease"

Implementation

InquiryTypes inquiryTypesFromJson(String str) => InquiryTypes.fromJson(json.decode(str));