name property

String name

The name of the top-level MainMessage.

Implementation

String get name => parent == null ? '<unnamed>' : parent!.name;