EntitlementInfo.fromJson constructor

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

Implementation

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