namespace property

String? namespace
final

The namespace name.

If this is null, name belongs to the default namespace. If it's the empty string, name belongs to no namespace. If it's *, name belongs to any namespace. Otherwise, name belongs to the given namespace.

Implementation

final String? namespace;