fromMap method Null safety

  1. @override
TutorialEntity? fromMap(
  1. Object? o,
  2. {Map<String, String>? newDocumentIds}
)
override

Implementation

@override
TutorialEntity? fromMap(Object? o, {Map<String, String>? newDocumentIds}) {
  return TutorialEntity.fromMap(o, newDocumentIds: newDocumentIds);
}