readMultipleProperties abstract method

Future<PropertyReadMap> readMultipleProperties(
  1. List<String> propertyNames, {
  2. int? formIndex,
  3. Map<String, Object>? uriVariables,
  4. Object? data,
})

Reads a number of properties with the given propertyNames.

Implementation

Future<PropertyReadMap> readMultipleProperties(
  List<String> propertyNames, {
  int? formIndex,
  Map<String, Object>? uriVariables,
  Object? data,
});