PensilClient class abstract

Constructors

PensilClient({required String communityId, String? usertoken, PensilApi? pensilApi, Level logLevel = Level.WARNING})
factory

Properties

community CommunityClient
no setter
communityId String
no setter
curentUser PensilUser
no setter
hashCode int
The hash code for this object.
no setterinherited
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
setUser(UserModel user) PensilUser
Set data for the currentUser assigned to PensilClient
toString() String
A string representation of this object.
inherited

Operators

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