Includes.fromJson constructor

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

Implementation

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