ToDoListScreen constructor

const ToDoListScreen(
  1. String masterUserId,
  2. String loggedInMasterUserId,
  3. String fromUserId,
  4. String apiToken,
  5. String apiUserName,
  6. String apiProfilePic, {
  7. Key? key,
})

Implementation

const ToDoListScreen(this.masterUserId, this.loggedInMasterUserId, this.fromUserId, this.apiToken,this.apiUserName,this.apiProfilePic, {Key? key}) : super(key: key);