OrgInfo class
<p>This class creates an organization-information model and returns an OrgInfo instance.</p>
Annotations
- @HiveType(typeId: 2)
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
admins ↔ List<User>?
<span class="feature">read / write</span>
creatorInfo ↔ User?
<span class="feature">read / write</span>
description ↔ String?
<span class="feature">read / write</span>
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
id ↔ String?
<span class="feature">read / write</span>
image ↔ String?
<span class="feature">read / write</span>
isPublic ↔ bool?
<span class="feature">read / write</span>
members ↔ List<User>?
<span class="feature">read / write</span>
name ↔ String?
<span class="feature">read / write</span>
runtimeType → Type
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>