Source constructor Null safety

Source(
  1. {required String id}
)

Implementation

Source({required this.id});