CodegenAPI constructor
CodegenAPI({
- CodegenPreferences? preferences,
- void refresh()?,
Implementation
factory CodegenAPI({
_i3.CodegenPreferences? preferences,
void Function()? refresh,
}) =>
CodegenAPI._(
preferences: preferences ?? _i7.undefined,
refresh: refresh == null ? null : _i5.allowInterop(refresh),
);