toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (aspectSyncMode != null) 'aspectSyncMode': aspectSyncMode!,
      if (entrySyncMode != null) 'entrySyncMode': entrySyncMode!,
      if (logLevel != null) 'logLevel': logLevel!,
      if (scope != null) 'scope': scope!,
      if (sourceCreateTime != null) 'sourceCreateTime': sourceCreateTime!,
      if (sourceStorageUri != null) 'sourceStorageUri': sourceStorageUri!,
    };