EGVRange class

EGVRange is a class implementing the data model of an element of the egvRanges array of a TargetRange.

Constructors

EGVRange({required EGVRangeName egvRangeName, required int bound})
EGVRange.fromJson({required Map<String, dynamic> json})
Generates an EGVRange obtained from a json.
factory

Properties

bound int
The threshold value.
getter/setter pair
egvRangeName EGVRangeName
The name of the EGVRange
getter/setter pair
hashCode int
The hash code for this object.
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>
toString() String
A string representation of this object.
override

Operators

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