logValueType property

T logValueType

Implementation

T get logValueType {
  developer.log("${toString()} ($runtimeType)");
  return this;
}