PropertyValue.fromJson constructor

PropertyValue.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory PropertyValue.fromJson(Map<String, Object?> json) {
  return PropertyValue();
}