ComponentResponse constructor

ComponentResponse({
  1. int? status,
  2. bool? error,
  3. Component? component,
})

Implementation

ComponentResponse({this.status, this.error, this.component});