factory Bumper.fromJson(Map<String, dynamic> json) { return Bumper( endUrl: json['EndUrl'] as String?, startUrl: json['StartUrl'] as String?, ); }