WebhookEndpointApiVersion extension type
- on
- Implemented types
- Available extensions
Constructors
- WebhookEndpointApiVersion(String _)
- 
          
            const
- WebhookEndpointApiVersion.fromJson(Object? json)
Properties
- 
  codeUnits
  → List<int> 
- 
  An unmodifiable list of the UTF-16 code units of this string.
  no setterinherited
- hashCode → int
- 
  A hash code derived from the code units of the string.
  no setterinherited
- isEmpty → bool
- 
  Whether this string is empty.
  no setterinherited
- isNotEmpty → bool
- 
  Whether this string is not empty.
  no setterinherited
- length → int
- 
  The length of the string.
  no setterinherited
- runes → Runes
- 
  An Iterable of Unicode code-points of this string.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- toJS → JSString
- 
      Available on String, provided by the StringToJSString extension Converts this String to a JSString.no setter
Methods
- 
  allMatches(String string, [int start = 0]) → Iterable< Match> 
- 
  Matches this pattern against the string repeatedly.
  inherited
- 
  codeUnitAt(int index) → int 
- 
  Returns the 16-bit UTF-16 code unit at the given index.inherited
- 
  compareTo(String other) → int 
- 
  Compares this string to other.inherited
- 
  contains(Pattern other, [int startIndex = 0]) → bool 
- 
  Whether this string contains a match of other.inherited
- 
  encodeWith<V> (Encoder< V> encoder) → V
- 
  endsWith(String other) → bool 
- 
  Whether this string ends with other.inherited
- 
  indexOf(Pattern pattern, [int start = 0]) → int 
- 
  Returns the position of the first match of patternin this string, starting atstart, inclusive:inherited
- 
  lastIndexOf(Pattern pattern, [int? start]) → int 
- 
  The starting position of the last match patternin this string.inherited
- 
  matchAsPrefix(String string, [int start = 0]) → Match? 
- 
  Matches this pattern against the start of string.inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  padLeft(int width, [String padding = ' ']) → String 
- 
  Pads this string on the left if it is shorter than width.inherited
- 
  padRight(int width, [String padding = ' ']) → String 
- 
  Pads this string on the right if it is shorter than width.inherited
- 
  replaceAll(Pattern from, String replace) → String 
- 
  Replaces all substrings that match fromwithreplace.inherited
- 
  replaceAllMapped(Pattern from, String replace(Match match)) → String 
- 
  Replace all substrings that match fromby a computed string.inherited
- 
  replaceFirst(Pattern from, String to, [int startIndex = 0]) → String 
- 
  Creates a new string with the first occurrence of fromreplaced byto.inherited
- 
  replaceFirstMapped(Pattern from, String replace(Match match), [int startIndex = 0]) → String 
- 
  Replace the first occurrence of fromin this string.inherited
- 
  replaceRange(int start, int? end, String replacement) → String 
- 
  Replaces the substring from starttoendwithreplacement.inherited
- 
  split(Pattern pattern) → List< String> 
- 
  Splits the string at matches of patternand returns a list of substrings.inherited
- 
  splitMapJoin(Pattern pattern, {String onMatch(Match)?, String onNonMatch(String)?}) → String 
- 
  Splits the string, converts its parts, and combines them into a new
string.
  inherited
- 
  startsWith(Pattern pattern, [int index = 0]) → bool 
- 
  Whether this string starts with a match of pattern.inherited
- 
  substring(int start, [int? end]) → String 
- 
  The substring of this string from start, inclusive, toend, exclusive.inherited
- 
  toJson() → String 
- 
  toLowerCase() → String 
- 
  Converts all characters in this string to lower case.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  toUpperCase() → String 
- 
  Converts all characters in this string to upper case.
  inherited
- 
  trim() → String 
- 
  The string without any leading and trailing whitespace.
  inherited
- 
  trimLeft() → String 
- 
  The string without any leading whitespace.
  inherited
- 
  trimRight() → String 
- 
  The string without any trailing whitespace.
  inherited
Operators
- 
  operator *(int times) → String 
- 
  Creates a new string by concatenating this string with itself a number
of times.
  inherited
- 
  operator +(String other) → String 
- 
  Creates a new string by concatenating this string with other.inherited
- 
  operator ==(Object other) → bool 
- 
  Whether otheris aStringwith the same sequence of code units.inherited
- 
  operator [](int index) → String 
- 
  The character (as a single-code-unit String) at the given index.inherited
Static Methods
- 
  encode<V> (WebhookEndpointApiVersion instance, Encoder< V> encoder) → V
Constants
- $20110101 → const WebhookEndpointApiVersion
- 
  2011-01-01
- $20110621 → const WebhookEndpointApiVersion
- 
  2011-06-21
- $20110628 → const WebhookEndpointApiVersion
- 
  2011-06-28
- $20110801 → const WebhookEndpointApiVersion
- 
  2011-08-01
- $20110915 → const WebhookEndpointApiVersion
- 
  2011-09-15
- $20111117 → const WebhookEndpointApiVersion
- 
  2011-11-17
- $20120223 → const WebhookEndpointApiVersion
- 
  2012-02-23
- $20120325 → const WebhookEndpointApiVersion
- 
  2012-03-25
- $20120618 → const WebhookEndpointApiVersion
- 
  2012-06-18
- $20120628 → const WebhookEndpointApiVersion
- 
  2012-06-28
- $20120709 → const WebhookEndpointApiVersion
- 
  2012-07-09
- $20120924 → const WebhookEndpointApiVersion
- 
  2012-09-24
- $20121026 → const WebhookEndpointApiVersion
- 
  2012-10-26
- $20121107 → const WebhookEndpointApiVersion
- 
  2012-11-07
- $20130211 → const WebhookEndpointApiVersion
- 
  2013-02-11
- $20130213 → const WebhookEndpointApiVersion
- 
  2013-02-13
- $20130705 → const WebhookEndpointApiVersion
- 
  2013-07-05
- $20130812 → const WebhookEndpointApiVersion
- 
  2013-08-12
- $20130813 → const WebhookEndpointApiVersion
- 
  2013-08-13
- $20131029 → const WebhookEndpointApiVersion
- 
  2013-10-29
- $20131203 → const WebhookEndpointApiVersion
- 
  2013-12-03
- $20140131 → const WebhookEndpointApiVersion
- 
  2014-01-31
- $20140313 → const WebhookEndpointApiVersion
- 
  2014-03-13
- $20140328 → const WebhookEndpointApiVersion
- 
  2014-03-28
- $20140519 → const WebhookEndpointApiVersion
- 
  2014-05-19
- $20140613 → const WebhookEndpointApiVersion
- 
  2014-06-13
- $20140617 → const WebhookEndpointApiVersion
- 
  2014-06-17
- $20140722 → const WebhookEndpointApiVersion
- 
  2014-07-22
- $20140726 → const WebhookEndpointApiVersion
- 
  2014-07-26
- $20140804 → const WebhookEndpointApiVersion
- 
  2014-08-04
- $20140820 → const WebhookEndpointApiVersion
- 
  2014-08-20
- $20140908 → const WebhookEndpointApiVersion
- 
  2014-09-08
- $20141007 → const WebhookEndpointApiVersion
- 
  2014-10-07
- $20141105 → const WebhookEndpointApiVersion
- 
  2014-11-05
- $20141120 → const WebhookEndpointApiVersion
- 
  2014-11-20
- $20141208 → const WebhookEndpointApiVersion
- 
  2014-12-08
- $20141217 → const WebhookEndpointApiVersion
- 
  2014-12-17
- $20141222 → const WebhookEndpointApiVersion
- 
  2014-12-22
- $20150111 → const WebhookEndpointApiVersion
- 
  2015-01-11
- $20150126 → const WebhookEndpointApiVersion
- 
  2015-01-26
- $20150210 → const WebhookEndpointApiVersion
- 
  2015-02-10
- $20150216 → const WebhookEndpointApiVersion
- 
  2015-02-16
- $20150218 → const WebhookEndpointApiVersion
- 
  2015-02-18
- $20150324 → const WebhookEndpointApiVersion
- 
  2015-03-24
- $20150407 → const WebhookEndpointApiVersion
- 
  2015-04-07
- $20150615 → const WebhookEndpointApiVersion
- 
  2015-06-15
- $20150707 → const WebhookEndpointApiVersion
- 
  2015-07-07
- $20150713 → const WebhookEndpointApiVersion
- 
  2015-07-13
- $20150728 → const WebhookEndpointApiVersion
- 
  2015-07-28
- $20150807 → const WebhookEndpointApiVersion
- 
  2015-08-07
- $20150819 → const WebhookEndpointApiVersion
- 
  2015-08-19
- $20150903 → const WebhookEndpointApiVersion
- 
  2015-09-03
- $20150908 → const WebhookEndpointApiVersion
- 
  2015-09-08
- $20150923 → const WebhookEndpointApiVersion
- 
  2015-09-23
- $20151001 → const WebhookEndpointApiVersion
- 
  2015-10-01
- $20151012 → const WebhookEndpointApiVersion
- 
  2015-10-12
- $20151016 → const WebhookEndpointApiVersion
- 
  2015-10-16
- $20160203 → const WebhookEndpointApiVersion
- 
  2016-02-03
- $20160219 → const WebhookEndpointApiVersion
- 
  2016-02-19
- $20160222 → const WebhookEndpointApiVersion
- 
  2016-02-22
- $20160223 → const WebhookEndpointApiVersion
- 
  2016-02-23
- $20160229 → const WebhookEndpointApiVersion
- 
  2016-02-29
- $20160307 → const WebhookEndpointApiVersion
- 
  2016-03-07
- $20160615 → const WebhookEndpointApiVersion
- 
  2016-06-15
- $20160706 → const WebhookEndpointApiVersion
- 
  2016-07-06
- $20161019 → const WebhookEndpointApiVersion
- 
  2016-10-19
- $20170127 → const WebhookEndpointApiVersion
- 
  2017-01-27
- $20170214 → const WebhookEndpointApiVersion
- 
  2017-02-14
- $20170406 → const WebhookEndpointApiVersion
- 
  2017-04-06
- $20170525 → const WebhookEndpointApiVersion
- 
  2017-05-25
- $20170605 → const WebhookEndpointApiVersion
- 
  2017-06-05
- $20170815 → const WebhookEndpointApiVersion
- 
  2017-08-15
- $20171214 → const WebhookEndpointApiVersion
- 
  2017-12-14
- $20180123 → const WebhookEndpointApiVersion
- 
  2018-01-23
- $20180205 → const WebhookEndpointApiVersion
- 
  2018-02-05
- $20180206 → const WebhookEndpointApiVersion
- 
  2018-02-06
- $20180228 → const WebhookEndpointApiVersion
- 
  2018-02-28
- $20180521 → const WebhookEndpointApiVersion
- 
  2018-05-21
- $20180727 → const WebhookEndpointApiVersion
- 
  2018-07-27
- $20180823 → const WebhookEndpointApiVersion
- 
  2018-08-23
- $20180906 → const WebhookEndpointApiVersion
- 
  2018-09-06
- $20180924 → const WebhookEndpointApiVersion
- 
  2018-09-24
- $20181031 → const WebhookEndpointApiVersion
- 
  2018-10-31
- $20181108 → const WebhookEndpointApiVersion
- 
  2018-11-08
- $20190211 → const WebhookEndpointApiVersion
- 
  2019-02-11
- $20190219 → const WebhookEndpointApiVersion
- 
  2019-02-19
- $20190314 → const WebhookEndpointApiVersion
- 
  2019-03-14
- $20190516 → const WebhookEndpointApiVersion
- 
  2019-05-16
- $20190814 → const WebhookEndpointApiVersion
- 
  2019-08-14
- $20190909 → const WebhookEndpointApiVersion
- 
  2019-09-09
- $20191008 → const WebhookEndpointApiVersion
- 
  2019-10-08
- $20191017 → const WebhookEndpointApiVersion
- 
  2019-10-17
- $20191105 → const WebhookEndpointApiVersion
- 
  2019-11-05
- $20191203 → const WebhookEndpointApiVersion
- 
  2019-12-03
- $20200302 → const WebhookEndpointApiVersion
- 
  2020-03-02
- $20200827 → const WebhookEndpointApiVersion
- 
  2020-08-27
- $20220801 → const WebhookEndpointApiVersion
- 
  2022-08-01
- $20221115 → const WebhookEndpointApiVersion
- 
  2022-11-15
- $20230816 → const WebhookEndpointApiVersion
- 
  2023-08-16
- $20231016 → const WebhookEndpointApiVersion
- 
  2023-10-16