menu
purchases_flutter package
documentation
models/customer_info_wrapper.dart
CustomerInfo
CustomerInfo.fromJson factory constructor
CustomerInfo.fromJson factory constructor
dark_mode
light_mode
CustomerInfo.fromJson
constructor
CustomerInfo.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory CustomerInfo.fromJson(Map<String, dynamic> json) => _$CustomerInfoFromJson(json);
purchases_flutter package
documentation
models/customer_info_wrapper
CustomerInfo
CustomerInfo.fromJson factory constructor
CustomerInfo class