fromJson static method

SmartDate fromJson(
  1. dynamic wrapped
)
override

Implementation

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