fromValue static method

FillMode fromValue(
  1. int value
)

Implementation

static FillMode fromValue(int value) {
  return $enumDecode(_$FillModeEnumMap, value);
}