toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (form != null) 'form': form!,
  if (replies != null) 'replies': replies!,
  if (writeControl != null) 'writeControl': writeControl!,
};