name property

String name

Get the name of this controller.

SDL Docs

Implementation

String get name =>
    sdl.sdl.SDL_GameControllerName(handle).cast<Utf8>().toDartString();