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
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