FluentList constructor

FluentList({
  1. required String listType,
})

Implementation

FluentList({required this.listType}) : super();