fromInt method
Creates an indent attribute with specified value
.
Implementation
NotusAttribute<int> fromInt(int value) =>
NotusAttribute<int>._(key, scope, value);
Creates an indent attribute with specified value
.
NotusAttribute<int> fromInt(int value) =>
NotusAttribute<int>._(key, scope, value);