public property

List<int> get public

Get public net version.

Implementation

List<int> get public {
  return List<int>.from(_pubNetVer);
}