userMethod property
Future<void> Function({String? format, int? maxSize, String? prefix, String? profile, bool? removeComments, String? source, String? type, bool verbose})
userMethod
final
Implementation
final Future<void> Function({
String? source,
String? type,
String? prefix,
int? maxSize,
bool? removeComments,
String? format,
String? profile,
bool verbose,
}) userMethod;