Text constructor

Text([
  1. String? data = ''
])

Implementation

factory Text([String? data = '']) => Text._(data ?? '');