JsonImage constructor

JsonImage(
  1. {String? imageUri,
  2. ByteBuffer? byteBuffer}
)

Implementation

JsonImage({
  this.imageUri,
  this.byteBuffer,
});