firstWhereOrNull

import 'package:collection/collection.dart';

book = ownBookList.firstWhereOrNull((Book b) => b.id == bookId);


관련 문서