collection icon indicating copy to clipboard operation
collection copied to clipboard

Add firstNotNull extension

Open rodion-m opened this issue 5 years ago • 0 comments

Hello! Please add this useful method into the library:

  T get firstNotNull {
    return firstWhere((element) => element != null);
  }

rodion-m avatar Dec 22 '20 15:12 rodion-m