name property

String? get name

Get the venue's name

Implementation

String? get name => _venueInfo?._name;