ApiResponse constructor

const ApiResponse({
  1. required bool success,
  2. Object? data,
  3. String? error,
  4. PageMeta? meta,
})

Implementation

const ApiResponse({required this.success, this.data, this.error, this.meta});