PropMeta constructor
const
PropMeta({})
Creates a PropMeta.
Implementation
const PropMeta({
required this.name,
required this.type,
this.isRequired = false,
this.defaultValue,
this.description,
this.enumValues = const <String>[],
});