toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final customRepository = this.customRepository;
final publicRepository = this.publicRepository;
return {
'customRepository': ?customRepository,
'publicRepository': ?publicRepository,
};
}