fontWeightFromJson static method

FontWeight fontWeightFromJson(
  1. int fontWeight
)

Implementation

static FontWeight fontWeightFromJson(int fontWeight) {
  return FontWeight.values[fontWeight];
}