create abstract method

T create(
  1. Map<String, dynamic> json
)

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

T create(Map<String, dynamic> json);