get method Null safety
- int index
Retrieves an array element by index.
Returns ofNull if the value is not an array or if the index is out of range.
Implementation
LDValue get(int index) => ofNull();
Retrieves an array element by index.
Returns ofNull if the value is not an array or if the index is out of range.
LDValue get(int index) => ofNull();