fast_init_net property

String get fast_init_net

The first initialization requires the network

Implementation

String get fast_init_net {
  return Intl.message(
    'The first initialization requires the network',
    name: 'fast_init_net',
    desc: '',
    args: [],
  );
}