Following constructor

Following({
  1. required bool following,
})

Implementation

Following({
  required this.following,
});