fontWeightToJson static method

int fontWeightToJson(
  1. FontWeight fontWeight
)

Implementation

static int fontWeightToJson(FontWeight fontWeight) {
  return fontWeight.index;
}