Property.c3 constructor

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

Implementation

factory Property.c3({
  Map<String, dynamic>? options,
}) {
  return Property(
    options: options,
  );
}