ConfigurationModel class

Constructors

ConfigurationModel({required String sex, required Widget child, required double age, required double weight, required String licensekey, required int duration, required String phonenumber, Color? color, TextStyle? alertmessageStyle, TextStyle? alerttitlestyle, TextStyle? buttonStyle})

Properties

age double
final
alertmessageStyle TextStyle?
final
alerttitlestyle TextStyle?
final
buttonStyle TextStyle?
final
child Widget
final
color Color?
final
duration int
final
hashCode int
The hash code for this object.
no setterinherited
licensekey String
final
phonenumber String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex String
final
weight double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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