userMethod property

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

Implementation

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