Object3.fromJson constructor

Object3.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Object3.fromJson(Map<String, Object?> json) =>
    _$Object3FromJson(json);