labels property

List<String> labels

Implementation

List<String> get labels => (originalJson['labels'] as List).cast<String>();