readProperty abstract method

Future<InteractionOutput> readProperty(
  1. String propertyName, {
  2. int? formIndex,
  3. Map<String, Object>? uriVariables,
  4. Object? data,
})

Reads a property with the given propertyName.

Implementation

Future<InteractionOutput> readProperty(
  String propertyName, {
  int? formIndex,
  Map<String, Object>? uriVariables,
  Object? data,
});