afterDecode method

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

Raised after this object fields are set with the json map

Implementation

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