UAdminActionBuilder<T> typedef
UAdminActionBuilder<T> =
List<UAdminAction> Function(UAdminActionContext<T> ctx)
Implementation
typedef UAdminActionBuilder<T> = List<UAdminAction> Function(UAdminActionContext<T> ctx);