RangePartitioningRange class Null safety
[TrustedTester] [Required] Defines the ranges for range partitioning.
Constructors
- RangePartitioningRange({String? end, String? interval, String? start})
- RangePartitioningRange.fromJson(Map json_)
Properties
- end ↔ String?
-
[TrustedTester] [Required] The end of range partitioning, exclusive.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- interval ↔ String?
-
[TrustedTester] [Required] The width of each interval.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- start ↔ String?
-
[TrustedTester] [Required] The start of range partitioning, inclusive.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited