RecoveryApplyResult constructor

const RecoveryApplyResult({
  1. required bool applied,
  2. String? cursor,
})

Implementation

const RecoveryApplyResult({required this.applied, this.cursor});