Object0.fromJson constructor

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

Implementation

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