Object4.fromJson constructor

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

Implementation

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