MigratableResource_AutomlModel constructor

MigratableResource_AutomlModel({
  1. String model = '',
  2. String modelDisplayName = '',
})

Implementation

MigratableResource_AutomlModel({this.model = '', this.modelDisplayName = ''})
  : super(fullyQualifiedName);