anyObject top-level property

dynamic anyObject
final

当不关心对象是什么, 但是又必须存在一个对象的时候, 使用这个

Implementation

final dynamic anyObject = Object();