SetCandidatesParametersCandidatesUsage constructor
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,
);