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