authDomain property

String? authDomain

Implementation

String? get authDomain {
  return firebaseConfig['authDomain'];
}