menu
velix_editor package
documentation
validate/validate.dart
ValidationContext
get<T> method
get<T> method
dark_mode
light_mode
get<
T
>
method
T
get
<
T
>(
Type
type
)
Implementation
T get<T>(Type type) => environment.get(type: type) as T;
velix_editor package
documentation
validate/validate
ValidationContext
get<T> method
ValidationContext class