t property

({String Function(IInline85 options) $1, String Function(String message, [Iterable? args]) $2, String Function(String message, dynamic args) $3}) get t

Overload accessor: $1, $2, $3

Implementation

({
  /// Marks a string for localization. If a localized bundle is available for the language specified by
  /// {@link env.language} and the bundle has a localized value for this message, then that localized
  /// value will be returned (with injected {@link args} values for any templated values).
  /// Marks a string for localization. If a localized bundle is available for the language specified by
  /// {@link env.language} and the bundle has a localized value for this message, then that localized
  /// value will be returned (with injected args values for any templated values).
  _i2.String Function(_i6.IInline85 options) $1,

  /// Marks a string for localization. If a localized bundle is available for the language specified by
  /// {@link env.language} and the bundle has a localized value for this message, then that localized
  /// value will be returned (with injected {@link args} values for any templated values).
  /// Marks a string for localization. If a localized bundle is available for the language specified by
  /// {@link env.language} and the bundle has a localized value for this message, then that localized
  /// value will be returned (with injected args values for any templated values).
  _i2.String Function(
    _i2.String message, [
    _i2.Iterable<_i2.dynamic>? args,
  ]) $2,

  /// Marks a string for localization. If a localized bundle is available for the language specified by
  /// {@link env.language} and the bundle has a localized value for this message, then that localized
  /// value will be returned (with injected {@link args} values for any templated values).
  /// Marks a string for localization. If a localized bundle is available for the language specified by
  /// {@link env.language} and the bundle has a localized value for this message, then that localized
  /// value will be returned (with injected args values for any templated values).
  _i2.String Function(
    _i2.String message,
    _i2.dynamic args,
  ) $3,
}) get t => (
      $1: _t$1,
      $2: _t$2,
      $3: _t$3,
    );