getContentIfLoaded method

String? getContentIfLoaded()

Returns the content if isLoaded.

Implementation

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