ChuckHttpCall constructor

ChuckHttpCall(
  1. int id
)

Implementation

ChuckHttpCall(this.id) {
  loading = true;
  createdTime = DateTime.now();
}