spec property

Map<String, Object?> get spec

Implementation

Map<String, Object?> get spec => <String, Object?>{
  'width': width,
  'height': height,
  'pixelFormat': pixelFormat,
};