instance property
Raylib
get
instance
Implementation
static Raylib get instance {
if (_instance == null) throw StateError('Raylib not initialized.');
return _instance!;
}
static Raylib get instance {
if (_instance == null) throw StateError('Raylib not initialized.');
return _instance!;
}