Skip to content

Commit 035eb20

Browse files
store [nfc]: Add getters for realmName and realmIcon
1 parent e1fb60c commit 035eb20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/model/store.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,10 @@ abstract class PerAccountStoreBase {
423423
/// Always equal to `account.realmUrl` and `connection.realmUrl`.
424424
Uri get realmUrl => connection.realmUrl;
425425

426+
String? get realmName => account.realmName;
427+
428+
Uri? get realmIcon => account.realmIcon;
429+
426430
/// Resolve [reference] as a URL relative to [realmUrl].
427431
///
428432
/// This returns null if [reference] fails to parse as a URL.

0 commit comments

Comments
 (0)