adapterMethod property

String adapterMethod

The method as printed by the adapter. Does not include semicolon.

Must begin with the unnamed argument input and await the output serializingFunctionName. Can access input and provider.

Implementation

String get adapterMethod {
  return 'await $serializingFunctionName(input, provider: provider, repository: repository)';
}