EntitlementAiModel constructor
Implementation
const factory EntitlementAiModel({
int? dailyCap,
int? weeklyCap,
/// Non-null only for trial users: total AI messages allowed for the
/// entire trial period (e.g. 50). Null = no total cap.
int? totalCap,
@Default(0) int boost,
}) = _EntitlementAiModel;