localId property

  1. @override
String get localId
override

The unique ID of the account.

Immutable.

Implementation

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

The unique ID of the account.

Immutable.

Implementation

core.String? localId;