logValue property

T get logValue

Implementation

T get logValue {
  developer.log(toString());
  return this;
}