InputDependenciesFunctions extension

on

Methods

byKey<T>(String key) GladeInput<T>
Finds input by its key or throws.
byKeyOrNull<T>(String key) GladeInput<T>?
Finds input by its key or returns null.