TagsTrait.fromJson constructor

TagsTrait.fromJson(
  1. Object? json
)

Implementation

factory TagsTrait.fromJson(Object? json) => TagsTrait((json as List).cast());