返回Map的大小。
Map.length
void main() { var details = {'Usrname':'tom','Password':'pass@123'}; print(details.length); }
它将产生以下output -
2