parents property

List<String>? parents
getter/setter pair

Implementation

@JsonKey(name: 'parents', includeIfNull: false)
List<String>? parents;