attribute method

  1. @override
Parser attribute()
override

Implementation

@override
Parser attribute() => super.attribute().castList<dynamic>().map((each) =>
    createAttribute(each[0], (each[4] as List)[0], (each[4] as List)[1]));