toJson method

Map<String, dynamic> toJson()

Implementation

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