json property

String? get json

Implementation

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