PersonalInfoResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PersonalInfoResponse.new({required String id, dynamic age, dynamic weight, dynamic height, dynamic biologicalSex, dynamic email})
-
const
-
PersonalInfoResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? id, dynamic age, dynamic weight, dynamic height, dynamic biologicalSex, dynamic email}) → PersonalInfoResponse -
Available on PersonalInfoResponse, provided by the $PersonalInfoResponseExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped? age, Wrapped? weight, Wrapped? height, Wrapped? biologicalSex, Wrapped? email}) → PersonalInfoResponse -
Available on PersonalInfoResponse, provided by the $PersonalInfoResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const PersonalInfoResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PersonalInfoResponse instance)