canSerializeArgType property

bool canSerializeArgType

Implementation

bool get canSerializeArgType {
  final checker = SharedChecker<_SiblingModel>(argType);
  return checker.isSerializable;
}