Platform class

Platform

Constructors

Platform.new({required String $id, required String $createdAt, required String $updatedAt, required String name, required String type, required String key, required String store, required String hostname, required String httpUser, required String httpPass})
Platform.fromMap(Map<String, dynamic> map)
factory

Properties

$createdAt String
Platform creation date in ISO 8601 format.
final
$id String
Platform ID.
final
$updatedAt String
Platform update date in ISO 8601 format.
final
hashCode int
The hash code for this object.
no setterinherited
hostname String
Web app hostname. Empty string for other platforms.
final
httpPass String
HTTP basic authentication password.
final
httpUser String
HTTP basic authentication username.
final
key String
Platform Key. iOS bundle ID or Android package name. Empty string for other platforms.
final
name String
Platform name.
final
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store String
App store or Google Play store ID.
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
type String
Platform type. Possible values are: web, flutter-web, flutter-ios, flutter-android, ios, android, and unity.
final

Methods

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

Operators

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