Int32Value constructor

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

Implementation

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