Skip to main content

OrgInfo class

This class creates an organization-information model and returns an OrgInfo instance.

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>?

read / write

creatorInfoUser?

read / write

descriptionString?

read / write

hashCodeint

The hash code for this object.
read-onlyinherited

idString?

read / write

imageString?

read / write

isPublicbool?

read / write

membersList<User>?

read / write

nameString?

read / write

runtimeTypeType

A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Invoked when a non-existent method or property is accessed.
inherited

toString() String

A string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator.
inherited