Uint64Value constructor

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

Implementation

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