PbList<E>.forFieldType constructor

  1. @Deprecated('Instead use the default constructor with a check function.' 'This constructor will be removed in the next major version.')
PbList<E>.forFieldType(
  1. int fieldType
)

Implementation

@Deprecated('Instead use the default constructor with a check function.'
    'This constructor will be removed in the next major version.')
PbList.forFieldType(int fieldType)
    : super._noList(check: getCheckFunction(fieldType));