Methods implemented in the host platform language.
Iterable<Method> get hostMethods => methods.where( (Method method) => method.location == ApiLocation.host, );