loaded property

bool loaded

Returns true if the data was successfully loaded by the load method.

If this is set to true, the load method will not be loaded when executed.

loadメソッドでデータが読み込みに成功した場合trueを返します。

これがtrueになっている場合、loadメソッドは実行しても読込は行われません。

Implementation

bool get loaded => _loaded;