customerModelToMap function

String customerModelToMap(
  1. CustomerModel data
)

Implementation

String customerModelToMap(CustomerModel data) => json.encode(data.toMap());