TivioUser class

Constructors

TivioUser({required bool isPurchasesInitialized, required List<TivioPurchase> purchases, required List<TivioPurchase> purchasedVods, required List<TivioPurchase> purchasedSubscriptions, required String email, String? photoURL, String? name, String? authUserId, required bool isSignedIn})

Properties

authUserId String?
final
email String
final
hashCode int
The hash code for this object.
no setterinherited
isPurchasesInitialized bool
final
isSignedIn bool
final
name String?
final
photoURL String?
final
purchasedSubscriptions List<TivioPurchase>
final
purchasedVods List<TivioPurchase>
final
purchases List<TivioPurchase>
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.
inherited

Operators

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

Static Methods

fromJson(Map json) TivioUser