ChatItemId.local constructor

ChatItemId.local()

Constructs a dummy ChatItemId.

Implementation

factory ChatItemId.local() => ChatItemId('local.${const Uuid().v4()}');