afterEncode method

  1. @override
void afterEncode(
  1. Map<String, dynamic> json
)
override

Raised after the json map is filled with the object fields

Implementation

@override
void afterEncode(Map<String, dynamic> json) {}