And every time you don't need to specify the type of key and value: typealias StringMap = Map<String, String>fun getProducts(): StringMap { return mapOf( ...
確定! 回上一頁