FwStandardAppManagerFwAmSecurityTreeNode constructor

FwStandardAppManagerFwAmSecurityTreeNode({
  1. String? id,
  2. String? caption,
  3. String? nodetype,
  4. Map<String, dynamic>? properties,
  5. List<FwStandardAppManagerFwAmSecurityTreeNode>? children,
})

Implementation

FwStandardAppManagerFwAmSecurityTreeNode({
  this.id,
  this.caption,
  this.nodetype,
  this.properties,
  this.children,
});