FwStandardAppManagerFwAmSecurityTreeNode class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Properties

caption String?
final
children List<FwStandardAppManagerFwAmSecurityTreeNode>?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
nodetype String?
final
properties Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, String? caption, String? nodetype, Map<String, dynamic>? properties, List<FwStandardAppManagerFwAmSecurityTreeNode>? children}) FwStandardAppManagerFwAmSecurityTreeNode

Available on FwStandardAppManagerFwAmSecurityTreeNode, provided by the $FwStandardAppManagerFwAmSecurityTreeNodeExtension extension

copyWithWrapped({Wrapped<String?>? id, Wrapped<String?>? caption, Wrapped<String?>? nodetype, Wrapped<Map<String, dynamic>?>? properties, Wrapped<List<FwStandardAppManagerFwAmSecurityTreeNode>?>? children}) FwStandardAppManagerFwAmSecurityTreeNode

Available on FwStandardAppManagerFwAmSecurityTreeNode, provided by the $FwStandardAppManagerFwAmSecurityTreeNodeExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const FwStandardAppManagerFwAmSecurityTreeNode Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(FwStandardAppManagerFwAmSecurityTreeNode instance)