beforeDecodeEx method

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

Raised before this object fields are set with the json map

Implementation

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