Uint32Value constructor

Uint32Value({
  1. int value = 0,
})

Implementation

Uint32Value({this.value = 0}) : super(fullyQualifiedName);