PhonePlanDto constructor
PhonePlanDto({
- required String id,
- required String userId,
- required PhonePlanDtoPhoneCountryEnum phoneCountry,
- required DateTime createdAt,
Returns a new PhonePlanDto instance.
Implementation
PhonePlanDto({
required this.id,
required this.userId,
required this.phoneCountry,
required this.createdAt,
});