description property

  1. @override
String get description
override

Define the description of the code.

コードの説明を定義します。

Implementation

@override
String get description =>
    "複数の`Future`を待機し、完了するまでローディング表示を行うビルダーである`LoadingBuilder`の利用方法。Future、FutureOr、nullを処理し、すべての非同期処理が完了するまでカスタマイズ可能なローディングインジケータを表示。";