Source constructor

const Source({
  1. required String id,
})

Create a new Source instance.

Implementation

const Source({required this.id});