error property

String? get error

Implementation

String? get error {
  return respMap['error'];
}