init method

  1. @override
void init(
  1. Map args
)
override

Init is typically called right after constructor. args - these arguments are typically passed through factory.

Implementation

@override
void init(Map args) {}