Whether the create function is async.
bool get isAsync { return returnType.startsWith(Param.futureType) || returnType.startsWith(Param.streamType); }