menu
easy_onvif
shared
IntRange
IntRange constructor
IntRange
brightness_4
IntRange
constructor
Null safety
IntRange
(
{
required
int
min
,
required
int
max
}
)
Implementation
IntRange({ required this.min, required this.max, });
easy_onvif
shared
IntRange
IntRange constructor
IntRange class
Constructors
IntRange
fromJson
Properties
hashCode
max
min
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==