TemplateView.fromJson constructor

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

Implementation

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