AccountSetContentSettings constructor

const AccountSetContentSettings({
  1. required bool sensitiveEnabled,
})

Account Set Content Settings constructor.

Implementation

const AccountSetContentSettings({
  required this.sensitiveEnabled,
}) : super._();