toNullableList method
Returns a list of nullable values
Implementation
List<T?> toNullableList() => map((option) => option.toNullable()).toList();
Returns a list of nullable values
List<T?> toNullableList() => map((option) => option.toNullable()).toList();