convertSource method

  1. @override
String convertSource(
  1. MainAxisAlignment source
)
override

Implementation

@override
String convertSource(MainAxisAlignment source) {
  return source.name;
}