Meta.property constructor

Meta.property(
  1. String property, {
  2. required String? content,
})

Implementation

Meta.property(
  String property, {
  required this.content,
}) : key = "property",
     value = property,
     super(children: []);