read<T extends Object> static method

T? read<T extends Object>()

Read data from GlobalScope

Implementation

static T? read<T extends Object>() => _instance._delegate[T] as T?;