UInt16 constructor

UInt16({
  1. int? data,
})

Implementation

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