SetCandidatesParametersCandidatesUsage constructor

SetCandidatesParametersCandidatesUsage({
  1. required String title,
  2. required String body,
})

Implementation

SetCandidatesParametersCandidatesUsage({
  /// The title string of details description.
  required String title,

  /// The body string of detail description.
  required String body,
}) : _wrapped = $js.SetCandidatesParametersCandidatesUsage(
        title: title,
        body: body,
      );