ResolutionJsonBean constructor
ResolutionJsonBean({})
Implementation
ResolutionJsonBean(
{bool? default$,
this.description,
this.iconUrl,
this.id,
this.name,
this.self})
: default$ = default$ ?? false;