emit abstract method
Emits a Dart source for this entry during interface generation.
Implementation
void emit(
StringBuffer buffer, {
required InspectionCache cache,
required AppType appType,
});
Emits a Dart source for this entry during interface generation.
void emit(
StringBuffer buffer, {
required InspectionCache cache,
required AppType appType,
});