Object2.fromJson constructor

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

Implementation

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