Map<String, dynamic> toJson() => { "github": List<dynamic>.from(github.map((x) => x)), "bitbucket": List<dynamic>.from(bitbucket.map((x) => x)), };