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