toJson method

Map<String, double> toJson()

Implementation

Map<String, double> toJson() {
  return {
    'scaleHeight': scaleHeight,
    'scaleWidth': scaleWidth,
    'offsetX': offsetX,
    'offsetY': offsetY,
  };
}