toPropsString method
Returns a string representation of the props list.
Implementation
String toPropsString() => props.map((var p) => "$p").join(", ");
Returns a string representation of the props list.
String toPropsString() => props.map((var p) => "$p").join(", ");