imageData property

List<int>? imageData

Gets/Sets the image String.

Implementation

List<int>? get imageData {
  return _imageData;
}