AppSettings class

アプリケーション設定情報。

Mixed in types

Constructors

AppSettings()
AppSettings.fromMap(Map<String, dynamic> map)
factory

Properties

appEndDte DateTime?
アプリ公開終了日付
getter/setter pair
appEndFlg bool?
アプリ公開終了フラグ
getter/setter pair
appEndMessage String?
アプリ公開終了メッセージ
getter/setter pair
appStoreUrl String?
AppStoreのURL
getter/setter pair
attributes Map<String, dynamic>?
汎用データプロパティ
getter/setter pairinherited
code String?
コード
getter/setter pair
googlePlayStoreUrl String?
GooglePlayのURL
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
アプリ名称
getter/setter pair
notUseFlg bool?
使用不可フラグ
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String?
短縮名称
getter/setter pair
sortNo int?
順序
getter/setter pair
versionAndroid String?
アプリバージョン(Android)
getter/setter pair
versionIos String?
アプリバージョン(iOS)
getter/setter pair

Methods

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

Operators

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