initialUserName property Null safety

String? initialUserName
inherited

An optional displayed username that clients will initially assigned when connecting to the room. Clients can change their username using CallClient.setUserName.

Implementation

String? get initialUserName => throw _privateConstructorUsedError;