ListData constructor

ListData(
  1. List value
)

Implementation

factory ListData(final List<dynamic> value) = _$ListDataImpl;