NetEntity constructor
NetEntity({})
Implementation
NetEntity({
this.type = NetType.http,
required this.api,
this.url = '',
this.headers = '',
this.method = '',
this.parameters = '',
this.responseBody = '',
required this.startTime,
this.spendTime = 0,
this.statusCode = 100,
this.showDetail = false,
});