UserFormInput class

用户表单输入

Constructors

UserFormInput({required String gender, required double heightCm, required double weightKg, required Measurements measurements, required String fitPreference, required List<String> stylePreferenceTags, required List<String> colorPreferenceTags, String? avoidElementsText})

Properties

avoidElementsText String?
final
colorPreferenceTags List<String>
final
fitPreference String
final
gender String
final
hashCode int
The hash code for this object.
no setterinherited
heightCm double
final
measurements Measurements
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stylePreferenceTags List<String>
final
weightKg double
final

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited