OrgInfo class
This class creates an organization-information model and returns an OrgInfo instance.
Annotations
: - @HiveType(typeId: 2)
Constructors
[OrgInfo][]
:
[OrgInfo.fromJson][([[Map[<[String], dynamic>]] json1, )]
: ::: factory :::
Properties
[address] [↔ Address?] : Address of the Organisation. ::: features getter/setter pair :::
[admins] [↔ List[<[User]>]?] : The org admins. ::: features getter/setter pair :::
[creatorInfo] [↔ User?] : The org creatorInfo. ::: features getter/setter pair :::
[description] [↔ String?] : The org descriptions. ::: features getter/setter pair :::
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[id] [↔ String?] : The org id. ::: features getter/setter pair :::
[image] [↔ String?] : contains the Image url. ::: features getter/setter pair :::
[members] [↔ List[<[User]>]?] : The org name. ::: features getter/setter pair :::
[name] [↔ String?] : The org name. ::: features getter/setter pair :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
[userRegistrationRequired] [↔ bool?] : The org registration is required. ::: features getter/setter pair :::
Methods
[fromJsonToList]([[dynamic json]) [→ List[<[OrgInfo]>]] ] : The conventional function to parse json, check flutter docs to know more.
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::