getContentIfLoaded method

String? getContentIfLoaded()
inherited

Returns the content if isLoaded.

Implementation

String? getContentIfLoaded() => isLoaded ? _content : null;