autoFill property

String autoFill

自動填入

Implementation

String get autoFill {
  return Intl.message(
    '自動填入',
    name: 'autoFill',
    desc: '',
    args: [],
  );
}