app links initial
This commit is contained in:
+4
-1
@@ -1,4 +1,4 @@
|
||||
// Autogenerated from Pigeon (v26.3.4), do not edit directly.
|
||||
// Autogenerated from Pigeon (v27.1.0), do not edit directly.
|
||||
// See also: https://pub.dev/packages/pigeon
|
||||
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
||||
|
||||
@@ -228,6 +228,9 @@ data class LocalizedResult (
|
||||
result = 31 * result + LocalesPigeonUtils.deepHash(this.countryName)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "LocalizedResult(languageName=$languageName, countryName=$countryName)"
|
||||
}
|
||||
}
|
||||
private open class LocalesPigeonCodec : StandardMessageCodec() {
|
||||
override fun readValueOfType(type: Byte, buffer: ByteBuffer): Any? {
|
||||
|
||||
Reference in New Issue
Block a user