factory OperationStatus.fromMap(Map<String, dynamic> map) => OperationStatus(map["status"], map["successful"]);