So we have to convert our object to a map first. Person person = Person('Mary', 30);Map<String, dynamic> map = { 'name': person ...
確定! 回上一頁