beforeEncode method

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

Raised before the json map is filled with the object fields

Implementation

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