out property

String? get out

Implementation

String? get out {
  return argResults?['out'] as String?;
}