isError method

  1. @override
bool isError(
  1. Map<String, dynamic> response
)
override

Implementation

@override
bool isError(Map<String, dynamic> response) {
  return response.containsKey('error');
}