factory CustomContextVariable.fromJson(Map<String, Object?> json) { return CustomContextVariable( type: json[r'type'] as String? ?? '', ); }