MarkupObj typedef

MarkupObj = Map<String, dynamic>

Currently refer to json object.

Implementation

typedef MarkupObj = Map<String, AnyObj>;