isStatic property
bool
get
isStatic
Whether the fragment is a static fragment.
A static fragment is a fragment that is not associated with a particular instance, but rather with an entire library or class.
Implementation
bool get isStatic;