DetailType constructor

const DetailType(
  1. String string,
  2. List<Property> properties
)

Implementation

const DetailType(String string, List<Property> properties)
    : super(string, properties);