@override List<num> toNumArray(List<num> array, [int offset = 0]) { array[offset] = storage[0]; array[offset + 1] = storage[1]; return array; }