UInt64 constructor

UInt64({
  1. int? data,
})

Implementation

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