custom method

Custom custom(
  1. String value
)

Implementation

Custom custom(String value) {
  return Custom(value);
}