menu
serverpod_cli package
documentation
analyzer.dart
LastOrNullOnListString
lastOrNull property
lastOrNull property
dark_mode
light_mode
lastOrNull
property
String
?
get
lastOrNull
Implementation
String? get lastOrNull => isEmpty ? null : last;
serverpod_cli package
documentation
analyzer
LastOrNullOnListString
lastOrNull property
LastOrNullOnListString extension on
List
<
String
>