SetupAttemptId constructor

const SetupAttemptId({
  1. required String id,
})

Implementation

const SetupAttemptId({required this.id});