menu
billing_feature package
documentation
config/billing_feature_config.dart
Plan
Plan.fromJson factory constructor
Plan.fromJson factory constructor
dark_mode
light_mode
Plan.fromJson
constructor
Plan.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Plan.fromJson(Map<String, dynamic> json) => _$PlanFromJson(json);
billing_feature package
documentation
config/billing_feature_config
Plan
Plan.fromJson factory constructor
Plan class