createEx abstract method

  1. @override
T createEx(
  1. Map<String, dynamic> json, [
  2. dynamic exParam
])
override

Creates an empty object. json map is provided in case of 'final' fields needed within the class constructor. In that case the CloneField definition might have an empty setter

Implementation

@override
T createEx(Map<String, dynamic> json, [dynamic exParam]);