pure<A> method

  1. @override
A pure<A>(
  1. A a
)
override

Implementation

@override A pure<A>(A a) => a;