toMap property

Map<String, dynamic> get toMap

Implementation

Map<String,dynamic> get toMap => {
  'enabled': enabled,
  'fullWidth': fullWidth,
  'fullHeight': fullHeight,
  'offsetX': offsetX,
  'offsetY':offsetY,
  'width':width,
  'height':height
};