unpack method

Vec2T unpack()

Implementation

Vec2T unpack() => Vec2T(
    x: x,
    y: y);