Representable.fromJson constructor

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

Implementation

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