ready property Null safety

  1. @Deprecated("Assume that the necessary directories and files exist after initialisation and until 'delete' is used")
  2. @alwaysThrows
Never ready

'ready' is deprecated and shouldn't be used. Assume that the necessary directories and files exist after initialisation and until 'delete' is used. This remnant will be removed in a future update.

Implementation

@Deprecated(
  "Assume that the necessary directories and files exist after initialisation and until 'delete' is used",
)
@alwaysThrows
Never get ready => throw UnsupportedError(
      "'ready' is deprecated and shouldn't be used. Assume that the necessary directories and files exist after initialisation and until 'delete' is used. This remnant will be removed in a future update.",
    );