Properties constructor

Properties({
  1. required Map<String, dynamic> json,
})

Implementation

Properties({required this.json});