$build method

  1. @override
SimpleInfo<T> $build()
override

Implementation

@override
SimpleInfo<T> $build() {
  return SimpleInfo(build(this));
}