PickerRange class

Properties

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
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

getDataPicker(List<Picker> data, int? id, {String defaultValue = ''}) → String
getDefaultPicker({required String tableName}) → Picker
getRangeValueDataPicker(Map<int, RangeValue> rangeMap, int id, {RangeValue defaultValue = const RangeValue(0, 0)}) → RangeValue
getTitle(String tableName, int? id, {String defaultValue = ''}) → String
getValueDataPicker(String tableName, {int? parentId}) → List<Picker>
getValueDataRange(String tableName) → Map<int, RangeValue>
init(Map<String, List<Map<String, Object?>?>?> reponse, {bool reload = false}) → dynamic
initDataPicker(String tableName, List<Map<String, Object?>?>? dtData, {bool override = false}) → Future<List<Picker>>
initDataRange(String tableName, List<Map<String, Object?>?>? dtData, {bool override = false}) → Future<Map<int, RangeValue>>
loadPickerFromLocal({List<String>? pickers}) → void
loadRangeFromLocal({List<String>? ranges}) → void
savePickerToLocal() → void
saveRangeToLocal() → void