convertSource method

  1. @override
int convertSource(
  1. FontWeight source
)
override

Implementation

@override
int convertSource(FontWeight source) {
  return source.value;
}