jsonPathArgument property

String get jsonPathArgument

return parameter jsonPath

example run get g model from 'YOUR_MODEL_URL'

print(jsonPathArgument); // 'YOUR_MODEL_URL'

Implementation

String get jsonPathArgument {
  return _getArg('jsonPath');
}