Sink constructor Null safety

Sink(
  1. {required String name,
  2. required String id,
  3. String? session}
)

Implementation

Sink({required this.name, required this.id, this.session});