GlobalResponse constructor

GlobalResponse({
  1. Data? data,
  2. bool? error,
})

Implementation

GlobalResponse({this.data, this.error});