setContextualInformation method

void setContextualInformation({
  1. required String title,
  2. required String contextualType,
})

Implementation

void setContextualInformation({
  required String title,
  required String contextualType,
}) {
  _title = title;
  _contextualType = contextualType;
}