UInt8 constructor

UInt8({
  1. int? data,
})

Implementation

UInt8({
  int? data,
}):
this.data = data ?? 0;