readMultipleProperties abstract method
Reads a number of properties with the given propertyNames.
Implementation
Future<PropertyReadMap> readMultipleProperties(
List<String> propertyNames, {
int? formIndex,
Map<String, Object>? uriVariables,
Object? data,
});