ThresholdModel class
閾値のモデル
- Available Extensions
- Annotations
Constructors
- ThresholdModel({required double? negative, required double? positive, required double? range})
-
constfactory
-
ThresholdModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $ThresholdModelCopyWith<
ThresholdModel> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- negative → double?
-
no setterinherited
- positive → double?
-
no setterinherited
- range → double?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited