Variable class

設定値とそれに付随する情報を保持するためのクラスです。

Properties

hashCode int
The hash code for this object.
no setterinherited
name ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getArray(List defaultValue) Future<List>
設定値(配列)を返します。
getBoolean(bool defaultValue) Future<bool>
設定値(ブール値)を返します。
getDouble(double defaultValue) Future<double>
設定値(浮動小数点数)を返します。
getInteger(int defaultValue) Future<int>
設定値(整数)を返します。
getObject(Map defaultValue) Future<Map>
設定値(辞書)を返します。
getString(String defaultValue) Future<String>
設定値(文字列)を返します。
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