height method

T height(
  1. num h
)

Implementation

T height(num h) => (this.._height = h.toDouble()) as T;