bioIs method

  1. @override
String bioIs(
  1. String bio
)
override

Bio:

In en, this message translates to: 'Bio: {bio}'

Implementation

@override
String bioIs(String bio) {
  return 'Bio: $bio';
}