Tag.fromJson constructor

Tag.fromJson(
  1. Map<String, dynamic> json
)

Creates a Tag from JSON

Implementation

factory Tag.fromJson(Map<String, dynamic> json) => _$TagFromJson(json);