TextFormat constructor
TextFormat([
- TextFormatInit? options
Implementation
factory TextFormat([TextFormatInit? options]) =>
TextFormat._(options ?? undefined);
factory TextFormat([TextFormatInit? options]) =>
TextFormat._(options ?? undefined);