mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-28 01:15:23 -04:00
checkpoint
This commit is contained in:
parent
9b04fb1e4b
commit
34a861aa69
7 changed files with 1474 additions and 1717 deletions
|
@ -135,6 +135,9 @@ class ValueSubkeyRange with _$ValueSubkeyRange {
|
|||
required int high,
|
||||
}) = _ValueSubkeyRange;
|
||||
|
||||
factory ValueSubkeyRange.single(int val) =>
|
||||
ValueSubkeyRange(low: val, high: val);
|
||||
|
||||
factory ValueSubkeyRange.fromJson(dynamic json) =>
|
||||
_$ValueSubkeyRangeFromJson(json as Map<String, dynamic>);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue