CustomerData.fromRawJson constructor

CustomerData.fromRawJson(
  1. String str
)

Implementation

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