errorMessage property

String get errorMessage

Implementation

String get errorMessage {
  return data['message'] ?? "There was some error";
}