EntitlementInfos.fromJson constructor

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

Implementation

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