customerModelFromMap function

CustomerModel customerModelFromMap(
  1. String str
)

Implementation

CustomerModel customerModelFromMap(String str) => CustomerModel.fromMap(json.decode(str));