beforeEncodeEx method

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

Raised before the json map is filled with the object fields

Implementation

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