UserProperties class

Constructors

UserProperties.new({required String? birthDate, required int? birthYear, required num? bodyBoneMass, required num? bodyFat, required num? bodyMassIndex, required Gender? gender, required num? height, required String? timezone, required num? weight})
UserProperties.fromJson(Map<String, dynamic> json)
factory

Properties

birthDate String?
final
birthYear int?
final
bodyBoneMass num?
final
bodyFat num?
final
bodyMassIndex num?
final
gender Gender?
final
hashCode int
The hash code for this object.
no setterinherited
height num?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezone String?
final
weight num?
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