toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (dataSourceId != null) 'dataSourceId': dataSourceId!,
      if (force != null) 'force': force!,
      if (isAll != null) 'isAll': isAll!,
      if (references != null) 'references': references!,
    };