toInts method

List<int> toInts()

Returns values as List<int>.

Implementation

List<int> toInts() => <int>[x, y, z, w];