layout property

Implementation

MLRecurrentNetworkWeightLayout get layout =>
    MLRecurrentNetworkWeightLayout.fromValue(
        js_util.getProperty(this, 'layout'));
void layout=(MLRecurrentNetworkWeightLayout newValue)

Implementation

set layout(MLRecurrentNetworkWeightLayout newValue) {
  js_util.setProperty(this, 'layout', newValue.value);
}