steps property
The array of geographic transformation steps that define this geographic transformation.
Implementation
List<GeographicTransformationStep> get steps => _steps.value;
The array of geographic transformation steps that define this geographic transformation.
List<GeographicTransformationStep> get steps => _steps.value;