ElevenUser class

User JSON Object

Returned from the /v1/user API Endpoint Contains user metadata and subscription info

Annotations
  • @JsonSerializable()

Constructors

ElevenUser({required bool canUseDelayedPaymentMethods, required bool isNewUser, required SubscriptionInfo subscription, required String xiApiKey})
ElevenUser.fromJson(Map<String, dynamic> json)
factory

Properties

canUseDelayedPaymentMethods bool
final
hashCode int
The hash code for this object.
no setterinherited
isNewUser bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscription SubscriptionInfo
final
xiApiKey String
final

Methods

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

Operators

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