message property

String? get message

Implementation

String? get message => comments.isEmpty ? null : comments.first.message;