InsuranceCollection constructor

InsuranceCollection(
  1. dynamic objectType,
  2. dynamic mode,
  3. dynamic hasMore,
  4. List<Insurance>? insurances
)

Implementation

InsuranceCollection(objectType, mode, hasMore, this.insurances)
    : super(objectType, mode, hasMore);