MissingFeatureException constructor Null safety

MissingFeatureException(
  1. {required String cause}
)

Implementation

MissingFeatureException({ required this.cause });