id property
String
get
id
The id of this application. This is the same as the appId in the AppConfiguration used to create this App.
Implementation
String get id => realmCore.appGetId(this);
The id of this application. This is the same as the appId in the AppConfiguration used to create this App.
String get id => realmCore.appGetId(this);