x property

num get x

Implementation

num get x => v(0);
set x (num value)

Implementation

set x(num value) =>
    raw = raw.replaceFirstMapped(RegExp(r'\d+,'), (match) => '$value,');