toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bakType != null) 'bakType': bakType!,
      if (encryptionOptions != null) 'encryptionOptions': encryptionOptions!,
      if (noRecovery != null) 'noRecovery': noRecovery!,
      if (recoveryOnly != null) 'recoveryOnly': recoveryOnly!,
      if (stopAt != null) 'stopAt': stopAt!,
      if (stopAtMark != null) 'stopAtMark': stopAtMark!,
      if (striped != null) 'striped': striped!,
    };