state property

String get state

State

Implementation

String get state {
  return Intl.message(
    'State',
    name: 'state',
    desc: '',
    args: [],
  );
}