KdlHostname constructor

KdlHostname(
  1. String value, [
  2. String? type
])

Construct a new KdlHostname

Implementation

KdlHostname(super.value, [super.type]);