Customer.fromRawJson constructor

Customer.fromRawJson(
  1. String str
)

Implementation

factory Customer.fromRawJson(String str) =>
    Customer.fromJson(json.decode(str));