computeProperties method

  1. @override
List<String> computeProperties(
  1. Type sourceClass,
  2. Type targetClass
)
override

Implementation

@override
List<String> computeProperties(Type sourceClass, Type targetClass) {
  return properties;
}