first property

String first

Implementation

String get first => this.isEmptyOrNull ? '' : this![0];