DartTypeModel.list constructor

DartTypeModel.list(
  1. List value
)

Implementation

factory DartTypeModel.list(List<dynamic> value) = ListData;