AliceHttpCall constructor

AliceHttpCall(
  1. int id
)

Implementation

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