StyleResponse constructor

StyleResponse({
  1. int? status,
  2. bool? error,
  3. Style? style,
})

Implementation

StyleResponse({this.status, this.error, this.style});