Source constructor

Source({
  1. required String id,
})

Implementation

Source({required this.id});