localId property

  1. @override
String localId
override

The unique ID of the account.

Immutable.

Implementation

@override
String get localId => super.localId!;
void localId=(String? _localId)
inherited

The unique ID of the account.

Immutable.

Implementation

core.String? localId;