Object5.fromJson constructor

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

Implementation

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