descriptions property

  1. @JsonKey.new(name: 'descriptions')
List<Description?>? get descriptions
inherited

Implementation

@JsonKey(name: 'descriptions')
List<Description?>? get descriptions => throw _privateConstructorUsedError;