getExtra<T> method

T? getExtra<T>()

Implementation

T? getExtra<T>() => state?.extra as T?;