UIntOptions constructor

UIntOptions({
  1. int? defaultValue,
})

Implementation

UIntOptions({
  this.defaultValue,
});