Flutter Dart 报错 '_InternalLinkedHashMap' is not a subtype of type 'Map

'_InternalLinkedHashMap' is not a subtype of type 'Map'

使用如下转换就可以了

new Map.from(params)

你可能感兴趣的:(Flutter Dart 报错 '_InternalLinkedHashMap' is not a subtype of type 'Map