AccountIcon constructor

AccountIcon({
  1. String? description,
  2. Uint8List? bytes,
  3. int? describeContents,
})

Implementation

AccountIcon({
  this.description,
  this.bytes,
  this.describeContents,
});