readAllProperties abstract method

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

Reads all properties.

Implementation

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