Property constructor

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

Implementation

const Property({
  this.options,
});