ApiResponse constructor

ApiResponse(
  1. dynamic value, {
  2. Map<String, dynamic>? context,
})

Implementation

ApiResponse(this.value, {Map<String, dynamic>? context})
    : context = context ?? {};