afterEncodeEx method

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

Raised after the json map is filled with the object fields

Implementation

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