menu
func_dart_core package
documentation
integer.dart
BoundedInt
BoundedInt.new constructor
BoundedInt.new constructor
dark_mode
light_mode
BoundedInt
constructor
BoundedInt
(
int
bottom
,
int
top
)
Implementation
BoundedInt(this.bottom, this.top) : super();
func_dart_core package
documentation
integer
BoundedInt
BoundedInt.new constructor
BoundedInt class