CustomerInfo.fromJson constructor

CustomerInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CustomerInfo.fromJson(Map<String, dynamic> json) =>
    _$CustomerInfoFromJson(json);