error property

String? error

Implementation

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