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