factory Location.fromJson(Map<String, dynamic> json) => Location( column: json['column'], line: json['line'], );