TaskIdentifier constructor

TaskIdentifier({
  1. String? id,
})

Implementation

TaskIdentifier({String? id}) : super(id: id);