toItemList property

  1. @ToItemListConverter()
  2. @JsonKey.new(name: 'to_item')
List<ToItem> get toItemList
inherited

Implementation

@ToItemListConverter()
@JsonKey(name: 'to_item')
List<ToItem> get toItemList => throw _privateConstructorUsedError;