SGCustomer.fromJson constructor

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

Implementation

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