ListData constructor

const ListData(
  1. List value
)

Implementation

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