EntitlementEntity.fromJson constructor

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

Implementation

factory EntitlementEntity.fromJson(Map<String, dynamic> json) => $EntitlementEntityFromJson(json);