dartFile property

String? get dartFile

Implementation

String? get dartFile {
  return argResults?['dart-file'] as String?;
}