tags property

  1. @JsonKey(name: 'tags')
List<Tag> tags
inherited

Tags info.

Implementation

@JsonKey(name: 'tags')
List<Tag> get tags => throw _privateConstructorUsedError;