Converts to JSON.
Map<String, dynamic> toJson() => { if (statusCode != null) 'status_code': statusCode, };