toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (flowContent != null) 'flowContent': flowContent!,
      if (flowImportStrategy != null)
        'flowImportStrategy': flowImportStrategy!,
      if (flowUri != null) 'flowUri': flowUri!,
      if (importOption != null) 'importOption': importOption!,
    };