PersonalInfoResponse constructor
const
PersonalInfoResponse({
- required String id,
- dynamic age,
- dynamic weight,
- dynamic height,
- dynamic biologicalSex,
- dynamic email,
Implementation
const PersonalInfoResponse({
required this.id,
this.age,
this.weight,
this.height,
this.biologicalSex,
this.email,
});