fromJson static method
Implementation
static ContactExtendedPropsList fromJson(wrapped) => wrapped
is ContactExtendedPropsList
? wrapped
: ContactExtendedPropsList(wrapped as Map<String, dynamic>, update: true);
static ContactExtendedPropsList fromJson(wrapped) => wrapped
is ContactExtendedPropsList
? wrapped
: ContactExtendedPropsList(wrapped as Map<String, dynamic>, update: true);