FBModel.list constructor

FBModel.list(
  1. List value
)

Implementation

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