toJson method

Object toJson()

Implementation

Object toJson() => bind == null
    ? (value ?? 0)
    : {'bind': bind, if (scale != 1) 'scale': scale};