typedef_foundation 0.2.0 copy "typedef_foundation: ^0.2.0" to clipboard
typedef_foundation: ^0.2.0 copied to clipboard

common used typedef

typedef_foundation #

This library expose:

/// typedef for getter
typedef Getter<T> = T Function();

/// typedef for setter
typedef Setter<T> = void Function(T value);

/// typedef for void callback
typedef VoidCallback = void Function();
3
likes
130
points
50.3k
downloads

Publisher

unverified uploader

Weekly Downloads

common used typedef

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on typedef_foundation