private property

List<int> get private

Get private net version.

Implementation

List<int> get private {
  return List<int>.from(_privNetVer);
}