toJson method

dynamic toJson ()

转换成json对象

Implementation

dynamic toJson() => <dynamic>[bounds?.toJson()];