/// API utilities /// /// @author Pierre Hubert /// Casting helper T cast(dynamic val) => val is T ? val : null;