We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1949812 commit 3abe521Copy full SHA for 3abe521
lib/model/store.dart
@@ -420,6 +420,10 @@ abstract class PerAccountStoreBase {
420
/// Always equal to `account.realmUrl` and `connection.realmUrl`.
421
Uri get realmUrl => connection.realmUrl;
422
423
+ String? get realmName => account.realmName;
424
+
425
+ Uri? get realmIcon => account.realmIcon;
426
427
/// Resolve [reference] as a URL relative to [realmUrl].
428
///
429
/// This returns null if [reference] fails to parse as a URL.
0 commit comments