Organisation class

Constructors

Organisation.fromJson(Map json)

Properties

campaigns List<Campaign>?
read / write
description String?
read / write
email String?
read / write
extraLink1 String?
read / write
extraLink2 String?
read / write
extraLink3 String?
read / write
extraText1 String?
read / write
extraText2 String?
read / write
extraText3 String?
read / write
facebook String?
read / write
geographicReach String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id int?
read / write
instagram String?
read / write
linkedCampaigns List<int>?
read / write
read / write
name String?
read / write
organisationType String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
twitter String?
read / write
website String?
read / write

Methods

getCampaigns() List<Campaign>?
getDescription() String
getEmail() String?
getExtraLink1() String?
getExtraLink2() String?
getExtraLink3() String?
getExtraText1() String?
getExtraText2() String?
getExtraText3() String?
getFacebook() String?
getGeographicReach() String?
getInstagram() String?
getLinkedCampaigns() List<int>?
getName() String?
getOrganistaionType() String?
getTwitter() String?
getWebsite() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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