typeHandlers property

List<TypeHandler> typeHandlers
getter/setter pair

An array of TypeHandler that Alfred walks through in order to determine if it can handle a value returned from a route.

Implementation

var typeHandlers = <TypeHandler>[];