readProperty abstract method
Reads a property with the given propertyName
.
Implementation
Future<InteractionOutput> readProperty(
String propertyName, {
int? formIndex,
Map<String, Object>? uriVariables,
Object? data,
});
Reads a property with the given propertyName
.
Future<InteractionOutput> readProperty(
String propertyName, {
int? formIndex,
Map<String, Object>? uriVariables,
Object? data,
});