Method constructor

Method(
  1. Map<Type, dynamic> _annotations,
  2. Type _declare,
  3. Type _intype,
  4. Type _retype,
)

Implementation

Method(this._annotations, this._declare, this._intype, this._retype);