controller_generator library

Extensions

NotNull on Iterable<T?>

Constants

coreValidators → const Map<TypeCheck, String>
httpRequestMeta → const Set<String>

Functions

controllerBuilder(BuilderOptions options) → Builder
isDouble(DartType t) bool
isInt(DartType t) bool
isNum(DartType t) bool
isRequired(DartType t) bool

Typedefs

TypeCheck = bool Function(DartType)