name property

String get name

Implementation

String get name => from != null ? from!.name : to!.name;