selfBuilder<T> static method

T selfBuilder<T>(
  1. T value
)

Implementation

static T selfBuilder<T>(T value) => value;