userMethod property

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

Implementation

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