beforeDecodeEx method

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

Raised before this object fields are set with the json map

Implementation

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