toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (divisions != null) 'divisions': divisions!,
if (kind != null) 'kind': kind!,
if (normalizedInput != null) 'normalizedInput': normalizedInput!,
if (offices != null) 'offices': offices!,
if (officials != null) 'officials': officials!,
};