Property.fromJson constructor

Property.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Property.fromJson(Map<String, dynamic> json) => Property(uuid: json['uuid'], position: json['position']);