EntitlementAiModel.fromJson constructor

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

Implementation

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