value property
String
get
value
Implementation
String get value {
switch (this) {
case Namespace.dns:
return '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
case Namespace.url:
return '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
case Namespace.oid:
return '6ba7b812-9dad-11d1-80b4-00c04fd430c8';
case Namespace.x500:
return '6ba7b814-9dad-11d1-80b4-00c04fd430c8';
case Namespace.nil:
return '00000000-0000-0000-0000-000000000000';
case Namespace.max:
return 'ffffffff-ffff-ffff-ffff-ffffffffffff';
case Namespace.time:
return _v6.generate();
}
}