castNoNull method
T
castNoNull(
- dynamic from
Implementation
T castNoNull(dynamic from) {
return _cast(from, "toplevel", null)!;
}
T castNoNull(dynamic from) {
return _cast(from, "toplevel", null)!;
}