information property

String? get information

Gets the first general informational message.

Implementation

String? get information =>
    generalInformations.isNotEmpty ? generalInformations[0] : null;