first method

String first (
  1. {int value = 5}
)

Implementation

String first({final int value = 5}) {
  return '$this->first()';
}