ObjectArgType constructor

const ObjectArgType(
  1. InputType value
)

Implementation

const factory ObjectArgType(final InputType value) = _$ObjectArgTypeImpl;