Parent class

Contains information about either a root or an organizational unit (OU) that can contain OUs or accounts in an organization.

Constructors

Parent({String? id, ParentType? type})
Parent.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier (ID) of the parent entity.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ParentType?
The type of the parent entity.
final

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited