afterDecodeEx method

  1. @override
void afterDecodeEx(
  1. Map<String, dynamic> json, [
  2. dynamic exParam
])
override

Raised after this object fields are set with the json map

Implementation

@override
void afterDecodeEx(Map<String, dynamic> json, [dynamic exParam]) {}