Int64Value constructor

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

Implementation

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