Member class Null safety

Constructors

Member(String memberID, String firstName, String lastName, {Uri? image})

Properties

firstName String
First name.
final
hashCode int
The hash code for this object.
read-onlyinherited
image Uri?
Image uri.
final
lastName String
Last name.
final
memberID String
Member id.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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