UInt32 constructor

UInt32({
  1. int? data,
})

Implementation

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