information property
String?
get
information
Gets the first general informational message.
Implementation
String? get information =>
generalInformations.isNotEmpty ? generalInformations[0] : null;
Gets the first general informational message.
String? get information =>
generalInformations.isNotEmpty ? generalInformations[0] : null;