Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 516 Bytes

TagSchema.md

File metadata and controls

17 lines (12 loc) · 516 Bytes

dub.model.TagSchema

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
id String The unique ID of the tag.
name String The name of the tag.
color String The color of the tag.

[Back to Model list] [Back to API list] [Back to README]