find method

String find (
  1. {int value = 1}
)

Implementation

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