FResourceMsg constructor

FResourceMsg({
  1. String? id,
  2. String? srcType,
  3. String? loadType,
  4. String? tag,
  5. Uint8List? bitmapByte,
  6. String? text,
})

Implementation

FResourceMsg({
  this.id,
  this.srcType,
  this.loadType,
  this.tag,
  this.bitmapByte,
  this.text,
});