connection_timeout property

String get connection_timeout

Connection timeout

Implementation

String get connection_timeout {
  return Intl.message(
    'Connection timeout',
    name: 'connection_timeout',
    desc: '',
    args: [],
  );
}