Blocks constructor

Blocks({
  1. int? total,
  2. List<User>? users,
})

Implementation

Blocks({this.total, this.users});