AliceHttpCall constructor
AliceHttpCall(
- int id
Implementation
AliceHttpCall(this.id) {
loading = true;
createdTime = DateTime.now();
}
AliceHttpCall(this.id) {
loading = true;
createdTime = DateTime.now();
}