RootInfo constructor

RootInfo(
  1. String? tag,
  2. String? rootNamespaceId,
  3. String? homeNamespaceId
)

Implementation

RootInfo(this.tag, this.rootNamespaceId, this.homeNamespaceId);