Sponsor class
Constructors
-
Sponsor.new({String id = "", String name = "", String fullName = "", String phoneNumber = "", String countryCode = "", String description = "", String ownerId = "", String profileId = "", String imgUrl = "", SponsorType type = SponsorType.publicSpace, Address? address, Position? position, bool isActive = true, String externalUrl = "", List<
String> galleryImgUrls = const []}) - Sponsor.fromJSON(dynamic data)
Properties
- address ↔ Address?
-
getter/setter pair
- countryCode ↔ String
-
getter/setter pair
- description ↔ String
-
getter/setter pair
- externalUrl ↔ String
-
getter/setter pair
- fullName ↔ String
-
getter/setter pair
-
galleryImgUrls
↔ List<
String> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- imgUrl ↔ String
-
Sponsor Profile Id if on app.
getter/setter pair
- isActive ↔ bool
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- ownerId ↔ String
-
getter/setter pair
- phoneNumber ↔ String
-
getter/setter pair
- position ↔ Position?
-
getter/setter pair
- profileId ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ SponsorType
-
WHO CREATED THIS SPONSOR ADMIN PURPOSES
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → Map< String, dynamic> -
toJSONSimple(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited