Property.c2 constructor

const Property.c2({
  1. Map<String, dynamic>? options,
})

Implementation

const Property.c2({
  this.options,
});