beforeDecode method

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

Raised before this object fields are set with the json map

Implementation

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