create property

T Function(String text) create
final

Return the item you want to add in your list.

You can create the item T with provided text.

If T is String just return the text.

Implementation

final T Function(String text) create;