UPreferenceBskyAppStatePref constructor

const UPreferenceBskyAppStatePref({
  1. required BskyAppStatePref data,
})

Implementation

const factory UPreferenceBskyAppStatePref(
        {required final BskyAppStatePref data}) =
    _$UPreferenceBskyAppStatePrefImpl;