Membership class

The data model about any membership data

Constructors

Membership({required int pk, required String name, required String domain, required String brandImage})
const
Membership.fromJson(Map<String, dynamic> json)
factory

Properties

brandImage String
The image path for this space's data model
final
domain String
The space's domain
final
hashCode int
The hash code for this object.
no setteroverride
name String
The space's name
final
pk int
Unique pk of the membership
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Properties

allMembership Membership
getter/setter pair
zwapMembership Membership
getter/setter pair