ProtocolVersion constructor

ProtocolVersion(
  1. String tag
)

Implementation

ProtocolVersion(this.tag) {
  date = DateTime.now();
}