menu
another_square package
documentation
square_models.dart
CustomerResponse
CustomerResponse.fromJson factory constructor
CustomerResponse.fromJson factory constructor
dark_mode
light_mode
CustomerResponse.fromJson
constructor
CustomerResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory CustomerResponse.fromJson(Map<String, dynamic> json) => _$CustomerResponseFromJson(json);
another_square package
documentation
square_models
CustomerResponse
CustomerResponse.fromJson factory constructor
CustomerResponse class