Skip to main content

OrgInfo class

<p>This class creates an organization-information model and returns an OrgInfo instance.</p>

Annotations

Constructors

OrgInfo ({List<User>? admins, List<User>? members, User? creatorInfo, String? description, String? id, String? image, bool? isPublic, String? name})

OrgInfo.fromJson (Map<String, dynamic> json1, {bool memberRequest = false})

factory

Properties

adminsList<User>?

<span class="feature">read / write</span>

creatorInfoUser?

<span class="feature">read / write</span>

descriptionString?

<span class="feature">read / write</span>

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

idString?

<span class="feature">read / write</span>

imageString?

<span class="feature">read / write</span>

isPublicbool?

<span class="feature">read / write</span>

membersList<User>?

<span class="feature">read / write</span>

nameString?

<span class="feature">read / write</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

Methods

fromJsonToList(List json) List<OrgInfo>
noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

toString() String

A string representation of this object.
<span class="feature">inherited</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>