castNoNull method

T castNoNull(
  1. dynamic from
)

Implementation

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