setAlignment static method

SmpR30LineData setAlignment(
  1. int type
)

Implementation

static SmpR30LineData setAlignment(int type) {
  return SmpR30LineData("setAlignment", arguments: {'type': type.toString()});
}