ListField<T> constructor

ListField<T>(
  1. Entity parent
)

Implementation

ListField(Entity parent) : super(parent, ReactiveList<T>.empty());