addFlagProfile method
Implementation
void addFlagProfile({bool defaultsTo = false}) {
addFlag(
'profile',
help:
'Build a version of your app specialized for performance profiling.',
defaultsTo: defaultsTo,
negatable: false,
);
}