RingConfigurationModel class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- RingConfigurationModel.new({required String id, dynamic color, dynamic design, dynamic firmwareVersion, dynamic hardwareType, dynamic setUpAt, dynamic size})
-
const
-
RingConfigurationModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- color → dynamic
-
final
- design → dynamic
-
final
- firmwareVersion → dynamic
-
final
- hardwareType → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setUpAt → dynamic
-
final
- size → dynamic
-
final
Methods
-
copyWith(
{String? id, dynamic color, dynamic design, dynamic firmwareVersion, dynamic hardwareType, dynamic setUpAt, dynamic size}) → RingConfigurationModel -
Available on RingConfigurationModel, provided by the $RingConfigurationModelExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped? color, Wrapped? design, Wrapped? firmwareVersion, Wrapped? hardwareType, Wrapped? setUpAt, Wrapped? size}) → RingConfigurationModel -
Available on RingConfigurationModel, provided by the $RingConfigurationModelExtension 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 RingConfigurationModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(RingConfigurationModel instance)