modify method

bool modify(
  1. IResource resource,
  2. String propertyName,
  3. dynamic value,
  4. int? age,
  5. DateTime? dateTime,
)
override

Implementation

bool modify(IResource resource, String propertyName, value, int? age,
    DateTime? dateTime) {
  // nothing to do
  return true;
}