ByteArkPlayerLicenseKey class

Represents a license key for the ByteArk Player on both Android and iOS platforms.

Constructors

ByteArkPlayerLicenseKey.new({required String android, required String iOS})
Creates a ByteArkPlayerLicenseKey with required Android and iOS license keys.

Properties

android String
The license key for the Android platform.
final
hashCode int
The hash code for this object.
no setterinherited
iOS String
The license key for the iOS platform.
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
toMap() Map<String, String>
Converts the ByteArkPlayerItem properties into a map representation.
toString() String
A string representation of this object.
inherited

Operators

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