blackList property

String blackList

黑名單

Implementation

String get blackList {
  return Intl.message(
    '黑名單',
    name: 'blackList',
    desc: '',
    args: [],
  );
}