Object1.fromJson constructor

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

Implementation

factory Object1.fromJson(Map<String, dynamic> json) => Object1(json);