create property

RouteBuilder<T>? create
final

Creates an instance of T, called when the Segment that owns this callback is routed to.

Implementation

final RouteBuilder<T>? create;